projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2ca9eb
)
texture: Remove declaration for nonexisting function
author
Benjamin Otte
<otte@redhat.com>
Tue, 14 Sep 2021 14:26:05 +0000
(16:26 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 16 Sep 2021 22:25:22 +0000
(
00:25
+0200)
gdk/gdktextureprivate.h
patch
|
blob
|
history
diff --git
a/gdk/gdktextureprivate.h
b/gdk/gdktextureprivate.h
index 29fca0a9ba5b0042170f72ab8ae39ddd0666b056..f4cb5eab66c724ee2ae7f77e33d9d28c92a7af29 100644
(file)
--- a/
gdk/gdktextureprivate.h
+++ b/
gdk/gdktextureprivate.h
@@
-35,9
+35,6
@@
struct _GdkTextureClass {
gsize stride);
};
-gpointer gdk_texture_new (const GdkTextureClass *klass,
- int width,
- int height);
GdkTexture * gdk_texture_new_for_surface (cairo_surface_t *surface);
cairo_surface_t * gdk_texture_download_surface (GdkTexture *texture);
/* NB: GdkMemoryTexture */